3.2226 \(\int \frac {(a+b x)^{5/2} (A+B x)}{\sqrt {d+e x}} \, dx\)

Optimal. Leaf size=246 \[ \frac {5 (b d-a e)^3 (a B e-8 A b e+7 b B d) \tanh ^{-1}\left (\frac {\sqrt {e} \sqrt {a+b x}}{\sqrt {b} \sqrt {d+e x}}\right )}{64 b^{3/2} e^{9/2}}-\frac {5 \sqrt {a+b x} \sqrt {d+e x} (b d-a e)^2 (a B e-8 A b e+7 b B d)}{64 b e^4}+\frac {5 (a+b x)^{3/2} \sqrt {d+e x} (b d-a e) (a B e-8 A b e+7 b B d)}{96 b e^3}-\frac {(a+b x)^{5/2} \sqrt {d+e x} (a B e-8 A b e+7 b B d)}{24 b e^2}+\frac {B (a+b x)^{7/2} \sqrt {d+e x}}{4 b e} \]

[Out]

5/64*(-a*e+b*d)^3*(-8*A*b*e+B*a*e+7*B*b*d)*arctanh(e^(1/2)*(b*x+a)^(1/2)/b^(1/2)/(e*x+d)^(1/2))/b^(3/2)/e^(9/2
)+5/96*(-a*e+b*d)*(-8*A*b*e+B*a*e+7*B*b*d)*(b*x+a)^(3/2)*(e*x+d)^(1/2)/b/e^3-1/24*(-8*A*b*e+B*a*e+7*B*b*d)*(b*
x+a)^(5/2)*(e*x+d)^(1/2)/b/e^2+1/4*B*(b*x+a)^(7/2)*(e*x+d)^(1/2)/b/e-5/64*(-a*e+b*d)^2*(-8*A*b*e+B*a*e+7*B*b*d
)*(b*x+a)^(1/2)*(e*x+d)^(1/2)/b/e^4

________________________________________________________________________________________

Rubi [A]  time = 0.20, antiderivative size = 246, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 5, integrand size = 24, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.208, Rules used = {80, 50, 63, 217, 206} \[ \frac {5 (b d-a e)^3 (a B e-8 A b e+7 b B d) \tanh ^{-1}\left (\frac {\sqrt {e} \sqrt {a+b x}}{\sqrt {b} \sqrt {d+e x}}\right )}{64 b^{3/2} e^{9/2}}-\frac {(a+b x)^{5/2} \sqrt {d+e x} (a B e-8 A b e+7 b B d)}{24 b e^2}+\frac {5 (a+b x)^{3/2} \sqrt {d+e x} (b d-a e) (a B e-8 A b e+7 b B d)}{96 b e^3}-\frac {5 \sqrt {a+b x} \sqrt {d+e x} (b d-a e)^2 (a B e-8 A b e+7 b B d)}{64 b e^4}+\frac {B (a+b x)^{7/2} \sqrt {d+e x}}{4 b e} \]

Antiderivative was successfully verified.

[In]

Int[((a + b*x)^(5/2)*(A + B*x))/Sqrt[d + e*x],x]

[Out]

(-5*(b*d - a*e)^2*(7*b*B*d - 8*A*b*e + a*B*e)*Sqrt[a + b*x]*Sqrt[d + e*x])/(64*b*e^4) + (5*(b*d - a*e)*(7*b*B*
d - 8*A*b*e + a*B*e)*(a + b*x)^(3/2)*Sqrt[d + e*x])/(96*b*e^3) - ((7*b*B*d - 8*A*b*e + a*B*e)*(a + b*x)^(5/2)*
Sqrt[d + e*x])/(24*b*e^2) + (B*(a + b*x)^(7/2)*Sqrt[d + e*x])/(4*b*e) + (5*(b*d - a*e)^3*(7*b*B*d - 8*A*b*e +
a*B*e)*ArcTanh[(Sqrt[e]*Sqrt[a + b*x])/(Sqrt[b]*Sqrt[d + e*x])])/(64*b^(3/2)*e^(9/2))

Rule 50

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^n)/(b*
(m + n + 1)), x] + Dist[(n*(b*c - a*d))/(b*(m + n + 1)), Int[(a + b*x)^m*(c + d*x)^(n - 1), x], x] /; FreeQ[{a
, b, c, d}, x] && NeQ[b*c - a*d, 0] && GtQ[n, 0] && NeQ[m + n + 1, 0] &&  !(IGtQ[m, 0] && ( !IntegerQ[n] || (G
tQ[m, 0] && LtQ[m - n, 0]))) &&  !ILtQ[m + n + 2, 0] && IntLinearQ[a, b, c, d, m, n, x]

Rule 63

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - (a*d)/b + (d*x^p)/b)^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 80

Int[((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[(b*(c + d*x)
^(n + 1)*(e + f*x)^(p + 1))/(d*f*(n + p + 2)), x] + Dist[(a*d*f*(n + p + 2) - b*(d*e*(n + 1) + c*f*(p + 1)))/(
d*f*(n + p + 2)), Int[(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, n, p}, x] && NeQ[n + p + 2,
0]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 217

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Subst[Int[1/(1 - b*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a,
b}, x] &&  !GtQ[a, 0]

Rubi steps

\begin {align*} \int \frac {(a+b x)^{5/2} (A+B x)}{\sqrt {d+e x}} \, dx &=\frac {B (a+b x)^{7/2} \sqrt {d+e x}}{4 b e}+\frac {\left (4 A b e-B \left (\frac {7 b d}{2}+\frac {a e}{2}\right )\right ) \int \frac {(a+b x)^{5/2}}{\sqrt {d+e x}} \, dx}{4 b e}\\ &=-\frac {(7 b B d-8 A b e+a B e) (a+b x)^{5/2} \sqrt {d+e x}}{24 b e^2}+\frac {B (a+b x)^{7/2} \sqrt {d+e x}}{4 b e}+\frac {(5 (b d-a e) (7 b B d-8 A b e+a B e)) \int \frac {(a+b x)^{3/2}}{\sqrt {d+e x}} \, dx}{48 b e^2}\\ &=\frac {5 (b d-a e) (7 b B d-8 A b e+a B e) (a+b x)^{3/2} \sqrt {d+e x}}{96 b e^3}-\frac {(7 b B d-8 A b e+a B e) (a+b x)^{5/2} \sqrt {d+e x}}{24 b e^2}+\frac {B (a+b x)^{7/2} \sqrt {d+e x}}{4 b e}-\frac {\left (5 (b d-a e)^2 (7 b B d-8 A b e+a B e)\right ) \int \frac {\sqrt {a+b x}}{\sqrt {d+e x}} \, dx}{64 b e^3}\\ &=-\frac {5 (b d-a e)^2 (7 b B d-8 A b e+a B e) \sqrt {a+b x} \sqrt {d+e x}}{64 b e^4}+\frac {5 (b d-a e) (7 b B d-8 A b e+a B e) (a+b x)^{3/2} \sqrt {d+e x}}{96 b e^3}-\frac {(7 b B d-8 A b e+a B e) (a+b x)^{5/2} \sqrt {d+e x}}{24 b e^2}+\frac {B (a+b x)^{7/2} \sqrt {d+e x}}{4 b e}+\frac {\left (5 (b d-a e)^3 (7 b B d-8 A b e+a B e)\right ) \int \frac {1}{\sqrt {a+b x} \sqrt {d+e x}} \, dx}{128 b e^4}\\ &=-\frac {5 (b d-a e)^2 (7 b B d-8 A b e+a B e) \sqrt {a+b x} \sqrt {d+e x}}{64 b e^4}+\frac {5 (b d-a e) (7 b B d-8 A b e+a B e) (a+b x)^{3/2} \sqrt {d+e x}}{96 b e^3}-\frac {(7 b B d-8 A b e+a B e) (a+b x)^{5/2} \sqrt {d+e x}}{24 b e^2}+\frac {B (a+b x)^{7/2} \sqrt {d+e x}}{4 b e}+\frac {\left (5 (b d-a e)^3 (7 b B d-8 A b e+a B e)\right ) \operatorname {Subst}\left (\int \frac {1}{\sqrt {d-\frac {a e}{b}+\frac {e x^2}{b}}} \, dx,x,\sqrt {a+b x}\right )}{64 b^2 e^4}\\ &=-\frac {5 (b d-a e)^2 (7 b B d-8 A b e+a B e) \sqrt {a+b x} \sqrt {d+e x}}{64 b e^4}+\frac {5 (b d-a e) (7 b B d-8 A b e+a B e) (a+b x)^{3/2} \sqrt {d+e x}}{96 b e^3}-\frac {(7 b B d-8 A b e+a B e) (a+b x)^{5/2} \sqrt {d+e x}}{24 b e^2}+\frac {B (a+b x)^{7/2} \sqrt {d+e x}}{4 b e}+\frac {\left (5 (b d-a e)^3 (7 b B d-8 A b e+a B e)\right ) \operatorname {Subst}\left (\int \frac {1}{1-\frac {e x^2}{b}} \, dx,x,\frac {\sqrt {a+b x}}{\sqrt {d+e x}}\right )}{64 b^2 e^4}\\ &=-\frac {5 (b d-a e)^2 (7 b B d-8 A b e+a B e) \sqrt {a+b x} \sqrt {d+e x}}{64 b e^4}+\frac {5 (b d-a e) (7 b B d-8 A b e+a B e) (a+b x)^{3/2} \sqrt {d+e x}}{96 b e^3}-\frac {(7 b B d-8 A b e+a B e) (a+b x)^{5/2} \sqrt {d+e x}}{24 b e^2}+\frac {B (a+b x)^{7/2} \sqrt {d+e x}}{4 b e}+\frac {5 (b d-a e)^3 (7 b B d-8 A b e+a B e) \tanh ^{-1}\left (\frac {\sqrt {e} \sqrt {a+b x}}{\sqrt {b} \sqrt {d+e x}}\right )}{64 b^{3/2} e^{9/2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 1.47, size = 297, normalized size = 1.21 \[ \frac {\sqrt {d+e x} \left (\frac {b (-a B e+8 A b e-7 b B d) \left (8 b^3 e^3 (a+b x)^3 \sqrt {b d-a e} \sqrt {\frac {b (d+e x)}{b d-a e}}-10 b^3 e^2 (a+b x)^2 (b d-a e)^{3/2} \sqrt {\frac {b (d+e x)}{b d-a e}}+15 b^3 e (a+b x) (b d-a e)^{5/2} \sqrt {\frac {b (d+e x)}{b d-a e}}-15 b^3 \sqrt {e} \sqrt {a+b x} (b d-a e)^3 \sinh ^{-1}\left (\frac {\sqrt {e} \sqrt {a+b x}}{\sqrt {b d-a e}}\right )\right )}{3 \sqrt {b d-a e} \sqrt {\frac {b (d+e x)}{b d-a e}}}+16 b^4 B e^4 (a+b x)^4\right )}{64 b^5 e^5 \sqrt {a+b x}} \]

Antiderivative was successfully verified.

[In]

Integrate[((a + b*x)^(5/2)*(A + B*x))/Sqrt[d + e*x],x]

[Out]

(Sqrt[d + e*x]*(16*b^4*B*e^4*(a + b*x)^4 + (b*(-7*b*B*d + 8*A*b*e - a*B*e)*(15*b^3*e*(b*d - a*e)^(5/2)*(a + b*
x)*Sqrt[(b*(d + e*x))/(b*d - a*e)] - 10*b^3*e^2*(b*d - a*e)^(3/2)*(a + b*x)^2*Sqrt[(b*(d + e*x))/(b*d - a*e)]
+ 8*b^3*e^3*Sqrt[b*d - a*e]*(a + b*x)^3*Sqrt[(b*(d + e*x))/(b*d - a*e)] - 15*b^3*Sqrt[e]*(b*d - a*e)^3*Sqrt[a
+ b*x]*ArcSinh[(Sqrt[e]*Sqrt[a + b*x])/Sqrt[b*d - a*e]]))/(3*Sqrt[b*d - a*e]*Sqrt[(b*(d + e*x))/(b*d - a*e)]))
)/(64*b^5*e^5*Sqrt[a + b*x])

________________________________________________________________________________________

fricas [A]  time = 1.09, size = 770, normalized size = 3.13 \[ \left [-\frac {15 \, {\left (7 \, B b^{4} d^{4} - 4 \, {\left (5 \, B a b^{3} + 2 \, A b^{4}\right )} d^{3} e + 6 \, {\left (3 \, B a^{2} b^{2} + 4 \, A a b^{3}\right )} d^{2} e^{2} - 4 \, {\left (B a^{3} b + 6 \, A a^{2} b^{2}\right )} d e^{3} - {\left (B a^{4} - 8 \, A a^{3} b\right )} e^{4}\right )} \sqrt {b e} \log \left (8 \, b^{2} e^{2} x^{2} + b^{2} d^{2} + 6 \, a b d e + a^{2} e^{2} - 4 \, {\left (2 \, b e x + b d + a e\right )} \sqrt {b e} \sqrt {b x + a} \sqrt {e x + d} + 8 \, {\left (b^{2} d e + a b e^{2}\right )} x\right ) - 4 \, {\left (48 \, B b^{4} e^{4} x^{3} - 105 \, B b^{4} d^{3} e + 5 \, {\left (53 \, B a b^{3} + 24 \, A b^{4}\right )} d^{2} e^{2} - {\left (191 \, B a^{2} b^{2} + 320 \, A a b^{3}\right )} d e^{3} + 3 \, {\left (5 \, B a^{3} b + 88 \, A a^{2} b^{2}\right )} e^{4} - 8 \, {\left (7 \, B b^{4} d e^{3} - {\left (17 \, B a b^{3} + 8 \, A b^{4}\right )} e^{4}\right )} x^{2} + 2 \, {\left (35 \, B b^{4} d^{2} e^{2} - 2 \, {\left (43 \, B a b^{3} + 20 \, A b^{4}\right )} d e^{3} + {\left (59 \, B a^{2} b^{2} + 104 \, A a b^{3}\right )} e^{4}\right )} x\right )} \sqrt {b x + a} \sqrt {e x + d}}{768 \, b^{2} e^{5}}, -\frac {15 \, {\left (7 \, B b^{4} d^{4} - 4 \, {\left (5 \, B a b^{3} + 2 \, A b^{4}\right )} d^{3} e + 6 \, {\left (3 \, B a^{2} b^{2} + 4 \, A a b^{3}\right )} d^{2} e^{2} - 4 \, {\left (B a^{3} b + 6 \, A a^{2} b^{2}\right )} d e^{3} - {\left (B a^{4} - 8 \, A a^{3} b\right )} e^{4}\right )} \sqrt {-b e} \arctan \left (\frac {{\left (2 \, b e x + b d + a e\right )} \sqrt {-b e} \sqrt {b x + a} \sqrt {e x + d}}{2 \, {\left (b^{2} e^{2} x^{2} + a b d e + {\left (b^{2} d e + a b e^{2}\right )} x\right )}}\right ) - 2 \, {\left (48 \, B b^{4} e^{4} x^{3} - 105 \, B b^{4} d^{3} e + 5 \, {\left (53 \, B a b^{3} + 24 \, A b^{4}\right )} d^{2} e^{2} - {\left (191 \, B a^{2} b^{2} + 320 \, A a b^{3}\right )} d e^{3} + 3 \, {\left (5 \, B a^{3} b + 88 \, A a^{2} b^{2}\right )} e^{4} - 8 \, {\left (7 \, B b^{4} d e^{3} - {\left (17 \, B a b^{3} + 8 \, A b^{4}\right )} e^{4}\right )} x^{2} + 2 \, {\left (35 \, B b^{4} d^{2} e^{2} - 2 \, {\left (43 \, B a b^{3} + 20 \, A b^{4}\right )} d e^{3} + {\left (59 \, B a^{2} b^{2} + 104 \, A a b^{3}\right )} e^{4}\right )} x\right )} \sqrt {b x + a} \sqrt {e x + d}}{384 \, b^{2} e^{5}}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^(5/2)*(B*x+A)/(e*x+d)^(1/2),x, algorithm="fricas")

[Out]

[-1/768*(15*(7*B*b^4*d^4 - 4*(5*B*a*b^3 + 2*A*b^4)*d^3*e + 6*(3*B*a^2*b^2 + 4*A*a*b^3)*d^2*e^2 - 4*(B*a^3*b +
6*A*a^2*b^2)*d*e^3 - (B*a^4 - 8*A*a^3*b)*e^4)*sqrt(b*e)*log(8*b^2*e^2*x^2 + b^2*d^2 + 6*a*b*d*e + a^2*e^2 - 4*
(2*b*e*x + b*d + a*e)*sqrt(b*e)*sqrt(b*x + a)*sqrt(e*x + d) + 8*(b^2*d*e + a*b*e^2)*x) - 4*(48*B*b^4*e^4*x^3 -
 105*B*b^4*d^3*e + 5*(53*B*a*b^3 + 24*A*b^4)*d^2*e^2 - (191*B*a^2*b^2 + 320*A*a*b^3)*d*e^3 + 3*(5*B*a^3*b + 88
*A*a^2*b^2)*e^4 - 8*(7*B*b^4*d*e^3 - (17*B*a*b^3 + 8*A*b^4)*e^4)*x^2 + 2*(35*B*b^4*d^2*e^2 - 2*(43*B*a*b^3 + 2
0*A*b^4)*d*e^3 + (59*B*a^2*b^2 + 104*A*a*b^3)*e^4)*x)*sqrt(b*x + a)*sqrt(e*x + d))/(b^2*e^5), -1/384*(15*(7*B*
b^4*d^4 - 4*(5*B*a*b^3 + 2*A*b^4)*d^3*e + 6*(3*B*a^2*b^2 + 4*A*a*b^3)*d^2*e^2 - 4*(B*a^3*b + 6*A*a^2*b^2)*d*e^
3 - (B*a^4 - 8*A*a^3*b)*e^4)*sqrt(-b*e)*arctan(1/2*(2*b*e*x + b*d + a*e)*sqrt(-b*e)*sqrt(b*x + a)*sqrt(e*x + d
)/(b^2*e^2*x^2 + a*b*d*e + (b^2*d*e + a*b*e^2)*x)) - 2*(48*B*b^4*e^4*x^3 - 105*B*b^4*d^3*e + 5*(53*B*a*b^3 + 2
4*A*b^4)*d^2*e^2 - (191*B*a^2*b^2 + 320*A*a*b^3)*d*e^3 + 3*(5*B*a^3*b + 88*A*a^2*b^2)*e^4 - 8*(7*B*b^4*d*e^3 -
 (17*B*a*b^3 + 8*A*b^4)*e^4)*x^2 + 2*(35*B*b^4*d^2*e^2 - 2*(43*B*a*b^3 + 20*A*b^4)*d*e^3 + (59*B*a^2*b^2 + 104
*A*a*b^3)*e^4)*x)*sqrt(b*x + a)*sqrt(e*x + d))/(b^2*e^5)]

________________________________________________________________________________________

giac [A]  time = 1.63, size = 390, normalized size = 1.59 \[ \frac {{\left (\sqrt {b^{2} d + {\left (b x + a\right )} b e - a b e} {\left (2 \, {\left (b x + a\right )} {\left (4 \, {\left (b x + a\right )} {\left (\frac {6 \, {\left (b x + a\right )} B e^{\left (-1\right )}}{b^{2}} - \frac {{\left (7 \, B b^{3} d e^{5} + B a b^{2} e^{6} - 8 \, A b^{3} e^{6}\right )} e^{\left (-7\right )}}{b^{4}}\right )} + \frac {5 \, {\left (7 \, B b^{4} d^{2} e^{4} - 6 \, B a b^{3} d e^{5} - 8 \, A b^{4} d e^{5} - B a^{2} b^{2} e^{6} + 8 \, A a b^{3} e^{6}\right )} e^{\left (-7\right )}}{b^{4}}\right )} - \frac {15 \, {\left (7 \, B b^{5} d^{3} e^{3} - 13 \, B a b^{4} d^{2} e^{4} - 8 \, A b^{5} d^{2} e^{4} + 5 \, B a^{2} b^{3} d e^{5} + 16 \, A a b^{4} d e^{5} + B a^{3} b^{2} e^{6} - 8 \, A a^{2} b^{3} e^{6}\right )} e^{\left (-7\right )}}{b^{4}}\right )} \sqrt {b x + a} - \frac {15 \, {\left (7 \, B b^{4} d^{4} - 20 \, B a b^{3} d^{3} e - 8 \, A b^{4} d^{3} e + 18 \, B a^{2} b^{2} d^{2} e^{2} + 24 \, A a b^{3} d^{2} e^{2} - 4 \, B a^{3} b d e^{3} - 24 \, A a^{2} b^{2} d e^{3} - B a^{4} e^{4} + 8 \, A a^{3} b e^{4}\right )} e^{\left (-\frac {9}{2}\right )} \log \left ({\left | -\sqrt {b x + a} \sqrt {b} e^{\frac {1}{2}} + \sqrt {b^{2} d + {\left (b x + a\right )} b e - a b e} \right |}\right )}{b^{\frac {3}{2}}}\right )} b}{192 \, {\left | b \right |}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^(5/2)*(B*x+A)/(e*x+d)^(1/2),x, algorithm="giac")

[Out]

1/192*(sqrt(b^2*d + (b*x + a)*b*e - a*b*e)*(2*(b*x + a)*(4*(b*x + a)*(6*(b*x + a)*B*e^(-1)/b^2 - (7*B*b^3*d*e^
5 + B*a*b^2*e^6 - 8*A*b^3*e^6)*e^(-7)/b^4) + 5*(7*B*b^4*d^2*e^4 - 6*B*a*b^3*d*e^5 - 8*A*b^4*d*e^5 - B*a^2*b^2*
e^6 + 8*A*a*b^3*e^6)*e^(-7)/b^4) - 15*(7*B*b^5*d^3*e^3 - 13*B*a*b^4*d^2*e^4 - 8*A*b^5*d^2*e^4 + 5*B*a^2*b^3*d*
e^5 + 16*A*a*b^4*d*e^5 + B*a^3*b^2*e^6 - 8*A*a^2*b^3*e^6)*e^(-7)/b^4)*sqrt(b*x + a) - 15*(7*B*b^4*d^4 - 20*B*a
*b^3*d^3*e - 8*A*b^4*d^3*e + 18*B*a^2*b^2*d^2*e^2 + 24*A*a*b^3*d^2*e^2 - 4*B*a^3*b*d*e^3 - 24*A*a^2*b^2*d*e^3
- B*a^4*e^4 + 8*A*a^3*b*e^4)*e^(-9/2)*log(abs(-sqrt(b*x + a)*sqrt(b)*e^(1/2) + sqrt(b^2*d + (b*x + a)*b*e - a*
b*e)))/b^(3/2))*b/abs(b)

________________________________________________________________________________________

maple [B]  time = 0.02, size = 968, normalized size = 3.93 \[ \frac {\sqrt {b x +a}\, \sqrt {e x +d}\, \left (120 A \,a^{3} b \,e^{4} \ln \left (\frac {2 b e x +a e +b d +2 \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, \sqrt {b e}}{2 \sqrt {b e}}\right )-360 A \,a^{2} b^{2} d \,e^{3} \ln \left (\frac {2 b e x +a e +b d +2 \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, \sqrt {b e}}{2 \sqrt {b e}}\right )+360 A a \,b^{3} d^{2} e^{2} \ln \left (\frac {2 b e x +a e +b d +2 \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, \sqrt {b e}}{2 \sqrt {b e}}\right )-120 A \,b^{4} d^{3} e \ln \left (\frac {2 b e x +a e +b d +2 \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, \sqrt {b e}}{2 \sqrt {b e}}\right )-15 B \,a^{4} e^{4} \ln \left (\frac {2 b e x +a e +b d +2 \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, \sqrt {b e}}{2 \sqrt {b e}}\right )-60 B \,a^{3} b d \,e^{3} \ln \left (\frac {2 b e x +a e +b d +2 \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, \sqrt {b e}}{2 \sqrt {b e}}\right )+270 B \,a^{2} b^{2} d^{2} e^{2} \ln \left (\frac {2 b e x +a e +b d +2 \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, \sqrt {b e}}{2 \sqrt {b e}}\right )-300 B a \,b^{3} d^{3} e \ln \left (\frac {2 b e x +a e +b d +2 \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, \sqrt {b e}}{2 \sqrt {b e}}\right )+105 B \,b^{4} d^{4} \ln \left (\frac {2 b e x +a e +b d +2 \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, \sqrt {b e}}{2 \sqrt {b e}}\right )+96 \sqrt {b e}\, \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, B \,b^{3} e^{3} x^{3}+128 \sqrt {b e}\, \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, A \,b^{3} e^{3} x^{2}+272 \sqrt {b e}\, \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, B a \,b^{2} e^{3} x^{2}-112 \sqrt {b e}\, \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, B \,b^{3} d \,e^{2} x^{2}+416 \sqrt {b e}\, \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, A a \,b^{2} e^{3} x -160 \sqrt {b e}\, \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, A \,b^{3} d \,e^{2} x +236 \sqrt {b e}\, \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, B \,a^{2} b \,e^{3} x -344 \sqrt {b e}\, \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, B a \,b^{2} d \,e^{2} x +140 \sqrt {b e}\, \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, B \,b^{3} d^{2} e x +528 \sqrt {b e}\, \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, A \,a^{2} b \,e^{3}-640 \sqrt {b e}\, \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, A a \,b^{2} d \,e^{2}+240 \sqrt {b e}\, \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, A \,b^{3} d^{2} e +30 \sqrt {b e}\, \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, B \,a^{3} e^{3}-382 \sqrt {b e}\, \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, B \,a^{2} b d \,e^{2}+530 \sqrt {b e}\, \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, B a \,b^{2} d^{2} e -210 \sqrt {b e}\, \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, B \,b^{3} d^{3}\right )}{384 \sqrt {\left (b x +a \right ) \left (e x +d \right )}\, \sqrt {b e}\, b \,e^{4}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)^(5/2)*(B*x+A)/(e*x+d)^(1/2),x)

[Out]

1/384*(b*x+a)^(1/2)*(e*x+d)^(1/2)*(-360*A*ln(1/2*(2*b*e*x+a*e+b*d+2*((b*x+a)*(e*x+d))^(1/2)*(b*e)^(1/2))/(b*e)
^(1/2))*a^2*b^2*d*e^3-210*B*(b*e)^(1/2)*((b*x+a)*(e*x+d))^(1/2)*b^3*d^3-15*B*ln(1/2*(2*b*e*x+a*e+b*d+2*((b*x+a
)*(e*x+d))^(1/2)*(b*e)^(1/2))/(b*e)^(1/2))*a^4*e^4+105*B*ln(1/2*(2*b*e*x+a*e+b*d+2*((b*x+a)*(e*x+d))^(1/2)*(b*
e)^(1/2))/(b*e)^(1/2))*b^4*d^4+120*A*ln(1/2*(2*b*e*x+a*e+b*d+2*((b*x+a)*(e*x+d))^(1/2)*(b*e)^(1/2))/(b*e)^(1/2
))*a^3*b*e^4-120*A*ln(1/2*(2*b*e*x+a*e+b*d+2*((b*x+a)*(e*x+d))^(1/2)*(b*e)^(1/2))/(b*e)^(1/2))*b^4*d^3*e+30*B*
(b*e)^(1/2)*((b*x+a)*(e*x+d))^(1/2)*a^3*e^3-344*B*(b*e)^(1/2)*((b*x+a)*(e*x+d))^(1/2)*x*a*b^2*d*e^2+360*A*ln(1
/2*(2*b*e*x+a*e+b*d+2*((b*x+a)*(e*x+d))^(1/2)*(b*e)^(1/2))/(b*e)^(1/2))*a*b^3*d^2*e^2+96*B*x^3*b^3*e^3*(b*e)^(
1/2)*((b*x+a)*(e*x+d))^(1/2)+128*A*x^2*b^3*e^3*(b*e)^(1/2)*((b*x+a)*(e*x+d))^(1/2)-300*B*ln(1/2*(2*b*e*x+a*e+b
*d+2*((b*x+a)*(e*x+d))^(1/2)*(b*e)^(1/2))/(b*e)^(1/2))*a*b^3*d^3*e+528*A*(b*e)^(1/2)*((b*x+a)*(e*x+d))^(1/2)*a
^2*b*e^3+240*A*(b*e)^(1/2)*((b*x+a)*(e*x+d))^(1/2)*b^3*d^2*e+270*B*ln(1/2*(2*b*e*x+a*e+b*d+2*((b*x+a)*(e*x+d))
^(1/2)*(b*e)^(1/2))/(b*e)^(1/2))*a^2*b^2*d^2*e^2-60*B*ln(1/2*(2*b*e*x+a*e+b*d+2*((b*x+a)*(e*x+d))^(1/2)*(b*e)^
(1/2))/(b*e)^(1/2))*a^3*b*d*e^3+416*A*(b*e)^(1/2)*((b*x+a)*(e*x+d))^(1/2)*x*a*b^2*e^3-160*A*(b*e)^(1/2)*((b*x+
a)*(e*x+d))^(1/2)*x*b^3*d*e^2+236*B*(b*e)^(1/2)*((b*x+a)*(e*x+d))^(1/2)*x*a^2*b*e^3+140*B*(b*e)^(1/2)*((b*x+a)
*(e*x+d))^(1/2)*x*b^3*d^2*e+272*B*x^2*a*b^2*e^3*(b*e)^(1/2)*((b*x+a)*(e*x+d))^(1/2)-112*B*x^2*b^3*d*e^2*(b*e)^
(1/2)*((b*x+a)*(e*x+d))^(1/2)-640*A*(b*e)^(1/2)*((b*x+a)*(e*x+d))^(1/2)*a*b^2*d*e^2-382*B*(b*e)^(1/2)*((b*x+a)
*(e*x+d))^(1/2)*a^2*b*d*e^2+530*B*(b*e)^(1/2)*((b*x+a)*(e*x+d))^(1/2)*a*b^2*d^2*e)/b/e^4/((b*x+a)*(e*x+d))^(1/
2)/(b*e)^(1/2)

________________________________________________________________________________________

maxima [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)^(5/2)*(B*x+A)/(e*x+d)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*e-b*d>0)', see `assume?` for
 more details)Is a*e-b*d zero or nonzero?

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.00 \[ \int \frac {\left (A+B\,x\right )\,{\left (a+b\,x\right )}^{5/2}}{\sqrt {d+e\,x}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((A + B*x)*(a + b*x)^(5/2))/(d + e*x)^(1/2),x)

[Out]

int(((A + B*x)*(a + b*x)^(5/2))/(d + e*x)^(1/2), x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)**(5/2)*(B*x+A)/(e*x+d)**(1/2),x)

[Out]

Timed out

________________________________________________________________________________________